home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / util / libs / regexp.lha / regexp / include / proto / regexp.h
Encoding:
C/C++ Source or Header  |  1998-02-26  |  279 b   |  16 lines

  1. #ifndef PROTO_REGEXP_H
  2. #define PROTO_REGEXP_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. #ifndef LIBRARIES_REGEXP_H
  9. #include <libraries/regexp.h>
  10. #endif
  11.  
  12. extern struct RegexpBase *RegexpBase ;
  13. #include <clib/regexp_protos.h>
  14. #include <pragmas/regexp_pragmas.h>
  15. #endif
  16.